[dbo].[BAEFieldSectionLoad]
SQLServer
>
iMIS1521GA
>
Stored Procedures
> dbo.BAEFieldSectionLoad
Properties
Parameters
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@FieldSectionId
int
4
SQL Script
create
procedure
[dbo]
.
[BAEFieldSectionLoad]
@FieldSectionId
as
int
AS
SELECT
*
FROM
FieldSection
WHERE
FieldSectionId
=
@FieldSectionId
GO
Uses
[dbo].[FieldSection]
dbo